バージョン

Polyline コンストラクタ(DataPoint[])

Polylineのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal points() As DataPoint _
)
public Polyline( 
   DataPoint[] points
)

パラメータ

points
このポリラインを構成するデータ ポイントの配列。
参照